projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44cba17
)
(global-cwarn-mode): define-global-minor-mode changed to
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:24:52 +0000
(17:24 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:24:52 +0000
(17:24 +0000)
define-globalized-minor-mode.
lisp/progmodes/cwarn.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cwarn.el
b/lisp/progmodes/cwarn.el
index b1b22ed353de06526dbaa22a6eaddeb6b22c21c3..8f710bf20bc4bc62393fec87bf007820b2fc6fd3 100644
(file)
--- a/
lisp/progmodes/cwarn.el
+++ b/
lisp/progmodes/cwarn.el
@@
-372,7
+372,7
@@
The mode is turned if some feature is enabled for the current
(if (cwarn-is-enabled major-mode) (turn-on-cwarn-mode)))
;;;###autoload
-(define-global-minor-mode global-cwarn-mode
+(define-global
ized
-minor-mode global-cwarn-mode
cwarn-mode turn-on-cwarn-mode-if-enabled)
(provide 'cwarn)